home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  341 b   |  12 lines

  1. on mouseDown
  2.   global currentproject, currentpage
  3.   if currentproject < 79 then
  4.     set currentproject to currentproject + 1
  5.     set currentpage to currentpage + 1
  6.   else
  7.     set currentproject to 59
  8.     set currentpage to 59
  9.   end if
  10.   gotoPage(currentproject, line currentproject of field "project", line currentpage of field "pages")
  11. end
  12.